CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - lexical analyzer

搜索资源列表

  1. complied

    0下载:
  2. 编译原理的词法分析器,语法分析器(包括递归子程序,算符优先,LR类分析法),语义分析等原理图-compiler tenets of lexical analyzer and parser (including recursive subroutines, operator precedence, LR type analysis), semantic analysis diagram
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21675
    • 提供者:付联榕
  1. lexel

    0下载:
  2. 一个词法分析器的设计与实现,含部分源代码。-a lexical analyzer design and implementation with some source code.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:40875
    • 提供者:zz
  1. 45646

    0下载:
  2. 编译原理词法分析器c++源程序-compiler theory lexical analyzer c source
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7117
    • 提供者:赵志飞
  1. analyse

    0下载:
  2. 词法分析,做的很详细,说明了各方面的情况,词法分析器实验报告-Lexical analysis, done in great detail to illustrate the various aspects of the experimental report of lexical analyzer
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:36343
    • 提供者:刘慧刚
  1. cffx

    0下载:
  2. 词法分析器试验报告,详细描述了试验过程,并有心得体会,是一份不错的实验报告-Lexical analyzer test report, a detailed descr iption of the testing process, and experiences is a good test report
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:373881
    • 提供者:Michael
  1. cifa

    0下载:
  2. C语言词法分析器 输入Pascal语句,输出token序列-c language lexical analyzer input a pascal statement, the output token sequence
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:23201
    • 提供者:李涛
  1. program

    0下载:
  2. 实现c语言的词法分析器,用文件读取,要求能识别整数、自定义标识符及以下关键字: + - * / < <= == != > >= & && || = ( ) [ ] { } : , void int float char if else while do ! main -Achieve c language lexical analyzer, using file read, the request can identify integers, custom id
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:2140
    • 提供者:孔秀平
  1. CFFX

    0下载:
  2. 一个编译原理词法分析器的代码,可以将输入的一串字符进行词法分析,检验是否符合要求。-Principles of a compiler lexical analyzer code, you can enter the string of characters lexical analysis, testing for compliance.
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:39042
    • 提供者:储昭良
  1. happy

    0下载:
  2. 编译原理词法分析器的功能是利用函数之间的递归调用模拟语法树自上而下的构造过程。 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法 -Compiler theory lexical analyzer function is to use recursive function calls between the simulation process of constructing the syntax tree from the top down. Transforma
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:10837
    • 提供者:happyjack
  1. bianyi

    0下载:
  2. 一篇完成的编译词法分析器的正式报告,对正式报告的书写有帮助-A complete official report compiled lexical analyzer, written in the formal report helpful
  3. 所属分类:文件格式

    • 发布日期:2017-04-17
    • 文件大小:124249
    • 提供者:qqbt
  1. bianyiyuanli

    0下载:
  2. 一、 实验目的与要求 目的:在分析理解一个教学型编译程序(如PL/0)的基础上,对其词法分析程序、语法分析程序和语义处理程序进行部分修改扩充。达到进一步了解程序编译过程的基本原理和基本实现方法的目的。 要求:对PL/0作以下修改扩充 基本内容: 增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 -First, the purpose an
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:31851
    • 提供者:王亚楠
  1. imptor

    0下载:
  2. 一个词法分析器构造过程模拟器的设计与实现-Construct a lexical analyzer design and implementation process simulator
  3. 所属分类:软件工程

    • 发布日期:2017-05-06
    • 文件大小:1052498
    • 提供者:abcxyz88
  1. 1123

    0下载:
  2. 通过手工构造词法分析器,理解词法分析的过程原理,从而更好的理解编译原理。 通过构造过程中代码的编写,锻炼自己动手解决问题的能力和编程能力。 -Lexical analyzer constructed by hand, understanding the process of lexical analysis principles in order to better understand the compiler theory. Through the process of prepar
  3. 所属分类:文档资料

    • 发布日期:2017-04-17
    • 文件大小:92890
    • 提供者:木木水吉
  1. bainyishiyanbaogao

    0下载:
  2. 编译实验报告 包括语法分析器和词法分析器,是课程设计的必选啊-Compile test report includes a parser and lexical analyzer is a must-ah curriculum design
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:5355
    • 提供者:李胜杰
  1. bianyi

    0下载:
  2. 构造编译程序的基本理论分别完成词法分析器、语法分析器和中间代码生成实验-The basic theory of the construct compiler completed the lexical analyzer, parser and intermediate code generation experiments
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:708235
    • 提供者:瞿蛋蛋
  1. bianyi

    2下载:
  2. 用C语言采用模拟DFA算法编写一个扫描器(词法分析器)用来识别: 由任意个a或b开始后接aa再自加或自减1的字符串,即正规式r=(a|b)*aa(+|-)1描述的语言L(r)。 -Simulated DFA algorithm in C language to write a scanner (lexical analyzer) is used to identify: followed by any one of a or b aa longer self plus or decrem
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:6144
    • 提供者:123
  1. 词法分析器

    0下载:
  2. 词法分析器,输出单词种别及种别编码。较为简单,仅供参考。-Lexical analyzer, the output word kind and species do not coding. Simpler for reference only.
  3. 所属分类:文件格式

    • 发布日期:2017-11-26
    • 文件大小:251533
    • 提供者:mumu
  1. lexical-analyzer

    0下载:
  2. 有C++语言设计的可以识别字符串,数字的词法分析器。-Compilation principle of lexical analyzer
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:22672
    • 提供者:王宁
  1. Lexical-analyzer-test-report

    0下载:
  2. 是一个词法分析器的实验报告,里面具体说明了整个程序的架构和出现问题如何解决-Lexical analyzer is a lab report, which specifically describes the architecture of the whole process and how to solve problems
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:253747
    • 提供者:黄春晖
  1. -lexical-analyzer-

    0下载:
  2. C语言词法分析器实现论文-C language lexical analyzer to achieve the paper
  3. 所属分类:software engineering

« 12 »
搜珍网 www.dssz.com